home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / front.lha / front / m2c / WriteTok.h < prev   
C/C++ Source or Header  |  1992-08-18  |  364b  |  16 lines

  1. #define DEFINITION_WriteTok
  2.  
  3. #ifndef DEFINITION_IO
  4. #include "IO.h"
  5. #endif
  6.  
  7. #define WriteTok_Modula2    0
  8. #define WriteTok_C    1
  9. typedef unsigned char WriteTok_tLanguage;
  10. extern WriteTok_tLanguage WriteTok_Language;
  11. extern struct WriteTok_1 {
  12.     CHAR A[255 + 1];
  13. } WriteTok_SourceFileName;
  14. extern void WriteTok_GenWrTo ARGS((IO_tFile f));
  15. extern void BEGIN_WriteTok();
  16.